adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / PasswordHash Class / CreateHash Method / CreateHash(Byte[],Byte[]) Method

In This Topic
    CreateHash(Byte[],Byte[]) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function CreateHash( _
       ByVal password() As Byte, _
       ByVal salt() As Byte _
    ) As String
    public static string CreateHash( 
       byte[] password,
       byte[] salt
    )

    Parameters

    password
    salt
    See Also